home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Networking / OTPingSample / Read Me About Ping Sample < prev   
Encoding:
Text File  |  2000-09-28  |  634 b   |  21 lines  |  [TEXT/ttxt]

  1. Open Transport Ping Sample
  2.  
  3. 1.0b1
  4.  
  5. This sample is a quick demonstration of how to implement ping on top of the Open Transport native APIs.
  6.  
  7. Implementation Details
  8.  
  9. The code is actually very easy.  The big simplifying assumption, is that everything is run in synchronous mode.  The only remaining problem iscalculating the checksum on outgoing ping packets (see ChecksumBuffer).
  10.  
  11. The code was written with CodeWarrior 9 and tested on multiple machines running a variety of versions of Open Transport.
  12.  
  13. Credits
  14.  
  15. Share and Enjoy
  16.  
  17. Quinn "The Eskimo!"
  18. Apple Developer Technical Support • Networking, Communications, Hardware
  19.  
  20. 27 June 1996
  21.